Skip to content

change NSString(contentsOf:encoding:) to align with Darwin version #384

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 28, 2016

Conversation

mbvreddy
Copy link
Contributor

Major work in terms of api refactoring of NSString to align with Darwin version was done as part of #332. However below API's got missed.

init(contentsOfURL url: NSURL, encoding enc: UInt)
init(contentsOfURL url: NSURL, usedEncoding enc: UnsafeMutablePointer?)

This PR updates above api's to match Darwin version..

@parkera
Copy link
Contributor

parkera commented May 28, 2016

@swift-ci please test

@parkera parkera merged commit 8b5ff77 into swiftlang:master May 28, 2016
russbishop pushed a commit to russbishop/swift-corelibs-foundation that referenced this pull request May 31, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants